type go.pact.im/x/goupdate.packageDiff

12 uses

	go.pact.im/x/goupdate (current package)
		diff.go#L37: 	Changed []packageDiff
		diff.go#L49: type packageDiff struct {
		diff.go#L62: func (d *packageDiff) Compatible() []apidiff.Change {
		diff.go#L66: func (d *packageDiff) Incompatible() []apidiff.Change {
		diff.go#L70: func (d *packageDiff) changes(compat bool) []apidiff.Change {
		diff.go#L111: 		var changed []packageDiff
		diff.go#L119: 			changed = append(changed, packageDiff{
		htmlgen.go#L136: func (g *htmlGenerator) visitModuleDiffChanged(changes []packageDiff) error {
		htmlgen.go#L149: func (g *htmlGenerator) listPackageDiffs(changes []packageDiff) error {
		htmlgen.go#L160: func (g *htmlGenerator) visitPackageDiff(d packageDiff) error {
		textgen.go#L203: func (g *textGenerator) visitModuleDiffChanged(changes []packageDiff) error {
		textgen.go#L253: func (g *textGenerator) visitPackageDiff(d packageDiff) error {